-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix libvirt_ap_passthrough_autostart failure due to incorrectly string #5955
Fix libvirt_ap_passthrough_autostart failure due to incorrectly string #5955
Conversation
format in LOG.debug Typically, it will throw TypeError: not all arguments converted during string formatting Signed-off-by: chunfuwen <[email protected]>
previously failure: 2024-10-22 14:22:49,971 avocado.test stacktrace L0042 ERROR| Reproduced traceback from: /var/ci/libvirt-ci/runtest/avocado-vt/avocado-vt/avocado_vt/test.py:298 |
@smitterl , please take a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks
'status': 'finished', 'time': 2061.110304061}" |
Fix libvirt_ap_passthrough_autostart failure due to incorrectly string format in LOG.debug
Typically, it will throw TypeError: not all arguments converted during string formatting